Skip to main content

Attach Window

A container that enables you to attach to an already opened window and perform multiple actions within it.

Input

  • Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
    • Required
  • Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
    • Type: ArenaRobotics.Domain.Entities.UIElement
    • Required
  • Window: The window that you want to attach. Only supports Window variables.
    • Type: ArenaRobotics.Domain.Entities.Window
    • Required

Options

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds(30 seconds).
    • Type: System.Int32

Output

  • Application Window: The found active window.
    • Type: ArenaRobotics.Domain.Entities.Window